Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cpython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
cpython
Commits
96b127f4ee5d
Commit
96b127f4ee5d
authored
9 years ago
by
Benjamin Peterson
Browse files
Options
Downloads
Patches
Plain Diff
fix reordering
parent
c3840dd07aa1
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Misc/NEWS
+4
-4
4 additions, 4 deletions
Misc/NEWS
with
4 additions
and
4 deletions
Misc/NEWS
+
4
−
4
View file @
96b127f4
...
@@ -47,10 +47,6 @@
...
@@ -47,10 +47,6 @@
- Issue #23365: Fixed possible integer overflow in
- Issue #23365: Fixed possible integer overflow in
itertools.combinations_with_replacement.
itertools.combinations_with_replacement.
- Issue #21529 (CVE-2014-4616): Fix arbitrary memory access in
JSONDecoder.raw_decode with a negative second parameter. Bug reported by Guido
Vranken.
C API
C API
-----
-----
...
@@ -123,6 +119,10 @@
...
@@ -123,6 +119,10 @@
- Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
- Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
broken by the fix for security issue #19435. Patch by Zach Byrne.
broken by the fix for security issue #19435. Patch by Zach Byrne.
- Issue #21529 (CVE-2014-4616): Fix arbitrary memory access in
JSONDecoder.raw_decode with a negative second parameter. Bug reported by Guido
Vranken.
Tests
Tests
-----
-----
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment