Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v2.3.1
62460bb
This commit was manufactured by cvs2svn to create tag 'r231'.
by cvs2svn
· 22 years ago
v2.3.1
fb6095a
more updates from Sean
by Anthony Baxter
· 22 years ago
e0fac37
note hp-ux borkage.
by Anthony Baxter
· 22 years ago
8cb8d2f
Change the default window size to 1024x768. This shows at least the
by Thomas Heller
· 22 years ago
3daf158
Update the windows version resource for 2.3.1.
by Thomas Heller
· 22 years ago
c343fed
Update the windows build number for 2.3.1 to 47.
by Thomas Heller
· 22 years ago
ea8c552
and another date
by Anthony Baxter
· 22 years ago
444ed1a
actually set the date
by Anthony Baxter
· 22 years ago
6de554f
Binaries are build using openssl-0.9.7b.
by Thomas Heller
· 22 years ago
014a33d
Note from Anthony about Berkely DB 4.2 support.
by Thomas Heller
· 22 years ago
beefd94
bump version number
by Fred Drake
· 22 years ago
7e37a60
update release info
by Fred Drake
· 22 years ago
a1aea3a
add entry for 2.3.1
by Fred Drake
· 22 years ago
d452fe0
bump version number
by Anthony Baxter
· 22 years ago
f8de404
bump version macros
by Anthony Baxter
· 22 years ago
54ab431
Backport Tim's fix to test_winsound.py
by Raymond Hettinger
· 22 years ago
0c20b04
Fix doubled word errors.
by Raymond Hettinger
· 22 years ago
7f74ecf
Fix doubled word errors.
by Raymond Hettinger
· 22 years ago
f78648d
Changes for Python 2.3.1 release.
by Thomas Heller
· 22 years ago
4e13da1
Let IDLE use the HTMLHelp docs, if found.
by Thomas Heller
· 22 years ago
2509143
Support 2.3 docs in HTMLHelp format.
by Thomas Heller
· 22 years ago
b11a432
Backport checkin: Avoid list as a variable name.
by Walter Dörwald
· 22 years ago
9155c73
Clean-up example code: remove string module and backticks.
by Raymond Hettinger
· 22 years ago
733ca1d
Removed the PendingDeprecation warning from sets.py because it adds
by Raymond Hettinger
· 22 years ago
7fe9f6d
Backport fix for SF808594: leak on lambda with duplicate arguments.
by Jeremy Hylton
· 22 years ago
a758b76
RPM spec file updates from Sean Reifschneider.
by Anthony Baxter
· 22 years ago
2c23b9f
Add BerkeleyDB 4.2 library to the bsddb module search path (backport 1.173)
by Gregory P. Smith
· 22 years ago
c0c49d6
minor correction. python 2.3 was released with the bsddb module 4.1.6 not 4.1.1
by Gregory P. Smith
· 22 years ago
2c627c4
simplify some import statements and clean up a docstring and BerkeleyDB library
by Gregory P. Smith
· 22 years ago
c52e257
support for compiling with BerkeleyDB 4.2.x (soon to be released). this
by Gregory P. Smith
· 22 years ago
e9155da
port of 1.17->1.18 change. adds DBEnv.set_shm_key method.
by Gregory P. Smith
· 22 years ago
6a5596c
Backport Greg's patch (1.7 to 1.8) for backwards code compatability.
by Raymond Hettinger
· 22 years ago
08ae590
Backport Tim's fix to SF #809915. Creates a url that should always be invalid.
by Raymond Hettinger
· 22 years ago
5d3afac
Check for declarations of fchdir and fsync. Fixes #800710.
by Martin v. Löwis
· 22 years ago
6280f00
Patch #805613: Fix usage of the PTH library.
by Martin v. Löwis
· 22 years ago
2857ef5
Patch #808362: Fix typos.
by Martin v. Löwis
· 22 years ago
220e199
Patch #713645: Fix typo.
by Martin v. Löwis
· 22 years ago
1ee7797
Patch #793559: Reset __starttext_tag. Fixes #709491.
by Martin v. Löwis
· 22 years ago
f68b082
Patch #805678: Add .so symlink during make install.
by Martin v. Löwis
· 22 years ago
8062990
Patch #805604: Do not check for sem_init, do not use -Kthread,
by Martin v. Löwis
· 22 years ago
b4bab91
Mention improvement of detection of broken tzset() (patch #762934).
by Brett Cannon
· 22 years ago
95ef587
Improve detection of broken implementations of tzset().
by Brett Cannon
· 22 years ago
e4a73ad
Fix a typo found by Eric D. Moyer, closes SF 807813.
by Thomas Heller
· 22 years ago
77ecfdd
Backport Tim's portability improvement and comments.
by Jeremy Hylton
· 22 years ago
9e9fd88
* Minor wording change * Reference the doctest.DocTestSuite() conversion tool.
by Raymond Hettinger
· 22 years ago
4737992
Fix documentation bugs.
by Raymond Hettinger
· 22 years ago
6687ded
Backport: Double-fix of crash in Unicode freelist handling.
by Jeremy Hylton
· 22 years ago
bd40b91
Fix leak in classobject.c. The leak surfaced on the error exit when
by Raymond Hettinger
· 22 years ago
5ae2511
Backport Neal's fix for bug #789402 -- a memory leak in fileobject.c
by Raymond Hettinger
· 22 years ago
675bac0
Backport addition of the __all__ attribute for unittest.py
by Raymond Hettinger
· 22 years ago
c866ac7
Backport leak fix for new code objects.
by Raymond Hettinger
· 22 years ago
194e909
SF bug #804113: Crypto terminology for crypto hash function
by Raymond Hettinger
· 22 years ago
9927588
SF bug #804115: bad argument handling(unittest.py)
by Raymond Hettinger
· 22 years ago
cf9dcc2
Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632.
by Martin v. Löwis
· 22 years ago
c44d23d
SF bug #804280: fromkeys is not listed in index
by Raymond Hettinger
· 22 years ago
ea23fd2
- add version annotation for HIGHEST_PROTOCOL - cleaned up some markup
by Fred Drake
· 22 years ago
254e2b7
SF bug #803679: Missing section number in csv module documentation
by Raymond Hettinger
· 22 years ago
a733d76
SF bug #803842: Wrong description of regexp concatenation
by Raymond Hettinger
· 22 years ago
aa96fea
SF bug #802302: Invalid documentation for dbhash.
by Raymond Hettinger
· 22 years ago
3555601
SF patch #800899: Making "|" directive from REs a bit clearer.
by Raymond Hettinger
· 22 years ago
24af6b5
SF #792649: RESET_ERROR is not defined(logging module)
by Raymond Hettinger
· 22 years ago
bfac473
Fix typo.
by Raymond Hettinger
· 22 years ago
e69459b
SF #801306: Bad RE in scanf example
by Raymond Hettinger
· 22 years ago
68406af
SF bug #560286: Add docs for 'basestring'
by Raymond Hettinger
· 22 years ago
898b483
Add an example to address a common question of how to split iterators.
by Raymond Hettinger
· 22 years ago
07759e3
Set the warnings stacklevel to two.
by Raymond Hettinger
· 22 years ago
607e2d7
Fix spacing markup and other sundries.
by Raymond Hettinger
· 22 years ago
986693c
Fix spacing markup and other sundries.
by Raymond Hettinger
· 22 years ago
d902c77
Generalize the last change to check for other markup spacing errors.
by Raymond Hettinger
· 22 years ago
de2f99e
backport from trunk: - reorganize sections - lots of markup changes
by Fred Drake
· 22 years ago
62d59fe
texcheck.py checks for double word errors and \NULL markup.
by Raymond Hettinger
· 22 years ago
2e38e09
Check for \NULL markup errors and doubled words.
by Raymond Hettinger
· 22 years ago
161edfc
Fix NULL markup.
by Raymond Hettinger
· 22 years ago
8dc455f
Only release buffer after file has been closed. Fixes #800824.
by Martin v. Löwis
· 22 years ago
181626b
fix \NULL with following space and no {}
by Fred Drake
· 22 years ago
306c285
fix \NULL with following space and no {} (two instances)
by Fred Drake
· 22 years ago
1e65e26
backport Brett's markup fix from revision 1.28: add missing {} after \NULL
by Fred Drake
· 22 years ago
7b7a9fd
**kwds arg was missing from __init__ for Dict{Reader,Writer} classes.
by Skip Montanaro
· 22 years ago
cddda59
add missing dependency
by Fred Drake
· 22 years ago
444f7d0
SF bug 799191: fix markup
by Raymond Hettinger
· 22 years ago
b21d822
SF bug 799367: grammar error
by Raymond Hettinger
· 22 years ago
db8ff68
SF bug #801486: Markup error.
by Raymond Hettinger
· 22 years ago
faf3923
Elaborate the explanation of different flavors of _* identifiers.
by Fred Drake
· 22 years ago
9cc2086
As of 7B53 things seem to work smoothly.
by Jack Jansen
· 22 years ago
0b0aae0
SF bug #801342: Bug (documentation or real, your choice) in random.sample.
by Raymond Hettinger
· 22 years ago
046595e
SF bug #800796: Difference between hash() and __hash__()
by Raymond Hettinger
· 22 years ago
41add17
Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize().
by Martin v. Löwis
· 22 years ago
e95fc57
Patch #798202: detect redhat9 Tcl/Tk in configure script.
by Martin v. Löwis
· 22 years ago
abb2967
Patch #794826: Add __file__ in dynamically loaded modules for multiple
by Martin v. Löwis
· 22 years ago
5a3fd22
Patch #792338: Correct documentation for timetuple return type.
by Martin v. Löwis
· 22 years ago
50999aa
Patch #798145: Return correct information from nl_langinfo(RADIXCHAR).
by Martin v. Löwis
· 22 years ago
0230968
Catch locale.error as well. Fixes #788378.
by Martin v. Löwis
· 22 years ago
e24c98a
Use de_DE in example, change message for unknown locale. Fixes #797447.
by Martin v. Löwis
· 22 years ago
f0bf03c
NEWS about email package 794466 patch.
by Barry Warsaw
· 22 years ago
90fc2ac
test_get_param_with_semis_in_quotes(): Test case for SF bug #794466.
by Barry Warsaw
· 22 years ago
b1919b7
A fix for parsing parameters when there are semicolons inside the
by Barry Warsaw
· 22 years ago
b7e965c
Document the Pynche patch.
by Barry Warsaw
· 22 years ago
a217edb
Fix for SF bug #780996, crash when no .pynche file exists and -d
by Barry Warsaw
· 22 years ago
4595b6b
Only apply case-insensitivity test on appropriate platforms.' test_filecmp.py
by Raymond Hettinger
· 22 years ago
c6c1a15
SF bug #453515: filecmp.dircmp case sensitivity bug
by Raymond Hettinger
· 22 years ago
Next »