index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Bug #220993; may also fix bug #479469] Fix flakiness when old
Andrew M. Kuchling
2002-02-01
1
-0/+7
*
Wesley Chun's SF patch 511380: add CGIHTTPServer error supt for Win32
Guido van Rossum
2002-02-01
1
-4/+18
*
package_dir must be converted from the distutils path conventions to
Thomas Heller
2002-02-01
1
-1/+5
*
improve user config dir handling
Steven M. Gava
2002-02-01
1
-13/+31
*
more work on configuration saving
Steven M. Gava
2002-02-01
3
-34/+57
*
Restrict the mode to the lowest four octal positions; higher positions
Andrew M. Kuchling
2002-01-31
1
-1/+1
*
OS/2 patches by Andrew I MacIntyre for distutils.
Marc-André Lemburg
2002-01-31
8
-4/+108
*
string.split() docstring described the interpretation of the maxsplit
Fred Drake
2002-01-30
1
-3/+3
*
Thanks to Detlef Lannert for pointing out a typo in the code that
Tim Peters
2002-01-30
1
-1/+1
*
New TemporaryFile implementation for Windows: this doesn't need a
Tim Peters
2002-01-30
1
-1/+17
*
This test left a new set of 3 junk files behind each time it was run.
Tim Peters
2002-01-30
1
-11/+18
*
Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate.
Martin v. Löwis
2002-01-29
1
-0/+4
*
further work on config saving
Steven M. Gava
2002-01-29
2
-17/+90
*
SF bug #509805 tempfile.gettempdir not threadsafe
Tim Peters
2002-01-28
1
-2/+28
*
Test case of a singleton multipart; i.e. a multipart/* with only one
Barry Warsaw
2002-01-27
1
-0/+8
*
test_multipart_one_part(): Idempotency test case for a multipart/*
Barry Warsaw
2002-01-27
1
-1/+5
*
_parsebody(): When adding subparts to a multipart container, make sure
Barry Warsaw
2002-01-27
1
-2/+7
*
further work on saving configs
Steven M. Gava
2002-01-24
3
-47/+165
*
dialog for getting a new config file section name
Steven M. Gava
2002-01-24
1
-0/+99
*
staying current with python idle fixes
Steven M. Gava
2002-01-23
1
-2/+2
*
fix for python2.2 -Qnew division error,
Steven M. Gava
2002-01-23
1
-1/+1
*
more on config saving
Steven M. Gava
2002-01-22
1
-16/+30
*
further work on config saving
Steven M. Gava
2002-01-22
2
-30/+107
*
extension config reading by configDialog and
Steven M. Gava
2002-01-21
3
-134/+173
*
changeover to new keybinding configuration implementation
Steven M. Gava
2002-01-19
11
-109/+50
*
further work on keybinding configuration
Steven M. Gava
2002-01-19
3
-15/+123
*
keybinding configuration
Steven M. Gava
2002-01-19
2
-13/+31
*
keybinding configuration
Steven M. Gava
2002-01-19
5
-72/+110
*
SWIGing a source file <name>.i silently overwrites <name>.c if it is
Thomas Heller
2002-01-18
1
-2/+2
*
Allow abspath to still do something sensisble if the nt module can not be imp...
Mark Hammond
2002-01-17
1
-1/+11
*
Disable code intended for PEP 277.
Guido van Rossum
2002-01-15
1
-5/+6
*
Only test ntpath.abspath() on Windows. This allows the rest of the module to
Fred Drake
2002-01-15
1
-2/+12
*
Patch #414775: Add --skip-build option to bdist command.
Martin v. Löwis
2002-01-12
3
-3/+18
*
key binding handling dialog
Steven M. Gava
2002-01-12
1
-0/+208
*
Add a per-message fallback mechanism for translations.
Martin v. Löwis
2002-01-11
1
-13/+50
*
Add fallback argument to translation(). Request fallbacks on install.
Martin v. Löwis
2002-01-11
1
-2/+5
*
Fix webbrowser.py security bug: be more careful about what we pass to
Fred Drake
2002-01-07
1
-12/+15
*
Ensure Unicode filenames work with glob - they already do, but the test seems...
Mark Hammond
2002-01-07
1
-1/+9
*
Restore Python 2.1 StringIO.py behaviour: support concatenating
Marc-André Lemburg
2002-01-06
2
-5/+23
*
Time2Internaldate(): Call isinstance() once for each of the type tests
Fred Drake
2002-01-05
1
-4/+4
*
Remove unused imports, clean up trailing whitespace.
Fred Drake
2002-01-05
1
-2/+0
*
Check for time.struct_time in addition to tuples. Use 3 characters
Martin v. Löwis
2002-01-05
2
-5/+19
*
loading core keybindings via new config system plus
Steven M. Gava
2002-01-04
8
-31/+40
*
move core functionality of SearchBindings.py into EditorWindow.py proper
Steven M. Gava
2002-01-04
7
-139/+69
*
further development of highlighting and editor preference handling,
Steven M. Gava
2002-01-03
5
-64/+153
*
remove futzing with text font
Steven M. Gava
2002-01-03
1
-20/+10
*
fixups and improvements
Steven M. Gava
2002-01-03
1
-2/+3
*
moving to new config system
Steven M. Gava
2002-01-03
1
-15/+19
*
Fix typo in label
Andrew M. Kuchling
2002-01-02
1
-1/+1
*
SF Patch #494867 test file methods
Neal Norwitz
2002-01-01
1
-0/+29
[next]